Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: build error with c++17 #6590

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Conversation

jeanregisser
Copy link
Contributor

@jeanregisser jeanregisser commented Oct 11, 2024

Summary

There was a small typo in #6553 which caused building with c++17 to still fail.

Test plan

Build works again with RN 0.72 which uses c++17.

Notes

@tjzel
Copy link
Collaborator

tjzel commented Oct 11, 2024

I should've published a PR first and test it later instead, you were faster than me @jeanregisser 😅

@tjzel tjzel added this pull request to the merge queue Oct 11, 2024
Merged via the queue into software-mansion:main with commit 608a909 Oct 11, 2024
17 of 18 checks passed
tjzel pushed a commit that referenced this pull request Oct 11, 2024
<!-- Thanks for submitting a pull request! We appreciate you spending
the time to work on these changes. Please follow the template so that
the reviewers can easily understand what the code changes affect. -->

## Summary

<!-- Explain the motivation for this PR. Include "Fixes #<number>" if
applicable. -->
There was a small typo in #6553 which caused building with c++17 to
still fail.

## Test plan

<!-- Provide a minimal but complete code snippet that can be used to
test out this change along with instructions how to run it and a
description of the expected behavior. -->

Build works again with RN 0.72 which uses c++17.

## Notes

- Fixes
#6512 (comment)
- Fixes #6584
@tjzel tjzel mentioned this pull request Oct 11, 2024
@jeanregisser jeanregisser deleted the fix-macro branch October 11, 2024 12:13
tjzel added a commit that referenced this pull request Oct 11, 2024
## Summary

Picking:
- #6590

## Note

I picked GitHub Actions from main to this branch from main so CIs would
actually run on this pull request. Some of them are expected to fail
(like cpp linting), since they got changed but these changes weren't
picked into this branch.

---------

Co-authored-by: Jean Regisser <jean.regisser@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants